home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / misc / ami_nuweb_086.lha / ami_nuweb_086.readme next >
Text File  |  1993-11-22  |  1KB  |  43 lines

  1. Short: NUWEB 0.86 - a simple literate programming language and tool
  2. Type: dev/misc
  3. Uploader: tomas@cae.wisc.edu
  4. Author: Preston Briggs (preston@cs.rice.edu)
  5.  
  6. This is a version of Preston Brigg's NUWEB system, a simple literate
  7. programming language and tool.
  8.  
  9. Here is what Preston says:
  10.  
  11.     Nuweb works with any programming language and LaTeX.  I
  12.     wanted to use LaTeX because it supports a multi-level sectioning
  13.     scheme and has facilities for drawing figures.  I wanted to be able to
  14.     work with arbitrary programming languages because my friends and I
  15.     write programs in many languages (and sometimes combinations of several
  16.     languages),  e.g., C, Fortran, C++, yacc, lex, Scheme, assembly,
  17.     Postscript, and so forth.
  18.  
  19. This is revision 0.86, for the Amiga.
  20.  
  21. This distribution includes the nuweb executable, all source files (web and
  22. C), documentation and the (short) .dvi output of the user manual.
  23. Contents:
  24.  nuweb          The executable
  25.  nuweb.w        The NUWEB source for NUWEB
  26.  literate.bib   A BibTeX bibliography of literate programming references
  27.  README         Preston Brigg's original README file
  28.  ami_nuweb_086.readme
  29.                 This file
  30.  Makefile       The Makefile, slightly modified for SAS/C 6.3
  31.  nuweb.dvi      The short-form NUWEB user manual in .dvi form
  32.  global.h       A global header file
  33.  arena.c        Source files generated by NUWEB
  34.  input.c
  35.  latex.c
  36.  main.c
  37.  names.c
  38.  global.c
  39.  output.c
  40.  pass1.c
  41.  scraps.c
  42.  
  43.